Operation Workflow.RemoveRoutingTask (remove task)
In component org.nuxeo.ecm.platform.routing.dm.operations
Description
This operation removes all the tasks created when a given step is run.
Operation id | Workflow.RemoveRoutingTask |
---|---|
Category | Services |
Label | remove task |
Requires | |
Since | 5.6 |
Parameters
No parameters.
Signature
Inputs | void |
---|---|
Outputs | void |
Implementation Information
Implementation Class | Class: org.nuxeo.ecm.platform.routing.dm.operation.RemoveRoutingTask |
---|---|
Contributing Component | org.nuxeo.ecm.platform.routing.dm.operations |
JSON Definition
{ "id" : "Workflow.RemoveRoutingTask", "label" : "remove task", "category" : "Services", "requires" : null, "description" : " This operation removes all the tasks created when a given step is run.", "since" : "5.6", "url" : "Workflow.RemoveRoutingTask", "signature" : [ "void", "void" ], "params" : [ ] }